Skip to content

build(test-django-celery-beat-timezone): Migrate to uv and pyproject.toml#15

Merged
ericapisani merged 1 commit into
mainfrom
PY-2442-test-django-celery-beat-timezone
May 21, 2026
Merged

build(test-django-celery-beat-timezone): Migrate to uv and pyproject.toml#15
ericapisani merged 1 commit into
mainfrom
PY-2442-test-django-celery-beat-timezone

Conversation

@ericapisani

Copy link
Copy Markdown
Member

Summary

  • Replace pip/requirements.txt with uv/pyproject.toml for dependency management
  • Update run.sh and run-celery.sh to use uv run instead of manual venv creation and pip install
  • Remove legacy requirements.txt

Refs PY-2442

Test plan

  • Verify pyproject.toml includes all dependencies from the original requirements.txt
  • Verify shell scripts use uv run
  • Verify requirements.txt is removed

🤖 Generated with Claude Code

…toml

Replace pip/requirements.txt with uv/pyproject.toml for dependency
management. Update run.sh and run-celery.sh to use uv run instead
of manual venv creation and pip install.

Refs PY-2442
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@linear-code

linear-code Bot commented May 21, 2026

Copy link
Copy Markdown

PY-2442

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 66782f6. Configure here.

[project]
name = "test-django-celery-beat-timezone"
version = "0"
requires-python = ">=3.12"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python requirement conflicts pyenv pin

Medium Severity

The new requires-python = ">=3.12" conflicts with the existing .python-version file in the same project, which still pins 3.11. After this change, uv run in run.sh and run-celery.sh can refuse to resolve the environment when pyenv (or similar) selects 3.11 from that file.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 66782f6. Configure here.

@ericapisani ericapisani merged commit 360d296 into main May 21, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant